*{
  box-sizing: border-box;
}
.header{
 background: #532403;
 color: white;
 padding: 2rem 0;
 position: relative;
 height: 130px;
 left: 0;
 top: 0;
 right: 0;
}

.header a{
 color: white;
 text-decoration:none;
}

.logo-nav-container{
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.logo{
    letter-spacing: 15px;
 font-size: 54px;
 color: white;
 text-shadow: 5px 6px black;
}

.logo2{
  width: 70px;
  margin-left: 0px;
  border-radius: 30%;
}
.logo2:hover{
    transform: scale(1.2);
    filter: saturate(130%);
}
.text_container{
    width: 400px;
    height: 74px;
}

.navigation ul{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
 left: -70px;
 top: -10px;
}

.navigation ul li{
 display: inline-block;
}

.navigation ul li a{
 display: block;
 padding: 0.5rem 1rem;
 transition: all 0.4s linear;
 border-radius: 5px;
}

.navigation ul li a:hover{
 background: #CFAB1A;
}
.law{
  position: relative;
  left: 150px;
  top: -29px;
  width: 90px;
  height:90px;

}
.bg{
  position: relative;
  top: -40px;
  left: 120px;
  font-size: 19px;
}
body{
  position: relative;
  left: -10px;
  top: -10px;
  width: 1350px;
  height: 1000px; 
  background:#FCF4D6;
 overflow-x: hidden;
}
.inicio{
  background:#FCF4D6;
  height: 1000px;
  overflow: hidden;
}
.h1{
  position: relative;
   text-align: center;
   font-size: 40px;
   color: #CFAB1A;
}
.p1{
  position: relative;
  text-align: center;
  font-size: 30px;
  text-align: justify;
  padding-right: 200px;
  padding-left: 200px;
}
.contact{
  position: relative;
  top: -10px;
left: 550px;
width: 250px;
height: 100px;
background: white;
display: flex;
align-items: center;
border:solid #CFAB1A;
border-radius: 6%;
transition: 1s;

}
.contact:hover{
 border: solid black ; 
  background:#CFAB1A ;
}
a{
  position: relative;
  font-size: 20px;
  left: 50px;
  top: 0px;
    text-decoration:none;
  text-align: center;
  color: black;
}
.footer{
    position: relative;
    background: black;
    top: 6px;
    width: 100%
    margin: 0 0;
    height: 100px;
    font-size: 25px;
    color: white;
}
.pfooter{
      position: relative;
    left: 100px;
    top: 50px;
    
}